build: Add missing symbol visibility flags
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Apr 2017 13:28:46 +0000 (14:28 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 May 2017 14:10:56 +0000 (15:10 +0100)
commitc97ef81a10a67fbc52bcbf496e64d30d1ae3d196
treed9bc1a24256bf9ff8200665016bae013a71538bd
parent68039b610b9622beb34ee865825eebe721a7c162
build: Add missing symbol visibility flags

GTK symbols are not visible by default, and only the ones annotated with
_GDK_EXTERN (and wrapper macros) are exported. We need to define
_GDK_EXTERN during the configuration, depending on the platform and
compiler we use.
meson.build